home *** CD-ROM | disk | FTP | other *** search
- // EdgeDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "edgectl.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_EDGEDLG_H__7E220B1E_FE0B_11D0_9F5E_B42103C10710__INCLUDED_)
- #define AFX_EDGEDLG_H__7E220B1E_FE0B_11D0_9F5E_B42103C10710__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CEdgeDlg dialog
-
- class CEdgeDlg : public CDialog
- {
- // Construction
- public:
- CEdgeDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CEdgeDlg)
- enum { IDD = IDD_EDGE_DIALOG };
- CButton m_top;
- CButton m_right;
- CButton m_left;
- CComboBox m_edgestyle;
- CButton m_bottom;
- CEdgeCtl m_ecmain;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEdgeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CEdgeDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnExample();
- afx_msg void OnHowdoi();
- afx_msg void OnBottom();
- afx_msg void OnLeft();
- afx_msg void OnRight();
- afx_msg void OnTop();
- afx_msg void OnSelchangeEdgestyle();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_EDGEDLG_H__7E220B1E_FE0B_11D0_9F5E_B42103C10710__INCLUDED_)
-